home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / v cisle / autoit / autoit-v3.2.0.1-setup.exe / Examples / Helpfile / TrayTip.au3 < prev    next >
Encoding:
Text File  |  2006-06-17  |  189 b   |  6 lines

  1. TrayTip("I'm a title", "I'm the message", 5, 1)
  2. MsgBox(4096,"", "Press OK to see another tip.")
  3. TrayTip("clears any tray tip","",0)
  4. TrayTip("", "A different tray tip.", 5)
  5. Sleep(5000)
  6.